SET EFFECT TRANSPOSE
This command will set the transpose method of the FX effect. Low and high level shaders perform 3D maths using the matrix data passed in by the application. Some of these shaders require that the matrix data is tranposed, where others require untransposed matrix data. Setting the transpose flag to one will tranpose any matrix data passed to the shader.
SYNTAX
SET EFFECT TRANSPOSE Effect Number, Transpose Flag
RELATED INFO
BASIC3D Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example